home *** CD-ROM | disk | FTP | other *** search
- stop();
- _root.ggt._visible = false;
- var i = 0;
- while(i <= 4)
- {
- eval("knief" + i).onPress = function()
- {
- this.swapDepths(depths);
- this.startDrag();
- };
- eval("knief" + i).onRelease = function()
- {
- if(!cakeHit.hitTest(this))
- {
- stopDrag();
- depths++;
- }
- };
- i++;
- }
- plyAgn.onPress = function()
- {
- _parent.gotoAndPlay(2);
- };
-